Tootsville::*Verbose-Logging-Lock*

Variable

*Verbose-Logging-Lock* names a variable:

A lock used to prevent the Verbose library from cross-talking over itself.

When multiple threads try to write at the same time, you can get partial messages mixed together in a confusing way. This lock prevents that from occurring when we use our definition of VERBOSE::FORMAT-MESSAGE (not in this manual) which observes it.

Its value is of type SB-THREAD:MUTEX